home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / wds / nc_find.geo / 00025.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  232 b   |  11 lines

  1. on exitFrame
  2.   set the mouseDownScript to EMPTY
  3.   set the mouseUpScript to EMPTY
  4.   set the keyDownScript to "CheckKey"
  5.   set the keyUpScript to EMPTY
  6.   set str to field "wordFld"
  7.   tell the stage
  8.     OpenFind2WD(str)
  9.   end tell
  10. end
  11.